home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / utils / exepro.arj / README < prev   
Text File  |  1993-02-01  |  6KB  |  143 lines

  1.                   ExecProtect Test Drive Documentation
  2.  
  3. OVERVIEW
  4.  
  5. ExecProtect will allow you to password protect any executable file or program
  6. with an .EXE or .COM file extention.  No menus are required, and no file
  7. modification is necessary. The user need never know that ExecProtect is active.
  8.  
  9. ExecProtect is a small TSR that will monitor all executable programs run on
  10. your computer.  ExecProtect uses a user supplied configuration file in ASCII
  11. format that lists the names of the programs you want to protect and the
  12. password you assign to each program.  Each time a program listed in the user
  13. is run, ExecProtect intervenes, and requests a password from the user.  If
  14. the user types in the correct password, the program loads normally.  If not,
  15. it simply aborts.
  16.  
  17. OPERATION
  18.  
  19. ExecProtect is very simple to run.  The first step is to create a configuration
  20. file.  The file can be created with any text editor or word processor that is
  21. capable of saving the file as an ASCII file.
  22.  
  23. The file you create MUST have be named EXEPRO.DAT and be located in the root
  24. directory of your boot disk.
  25.  
  26. EXEPRO.DAT can contain as many lines as programs you want to password protect.
  27. Each line MUST be in the following format:
  28.  
  29.      progname.ext/password
  30.  
  31. You do not need to specify the full path name of the program.  If you omit
  32. the password portion of the line, the specified program will not run at all.
  33. You may also use lines like this:
  34.  
  35.      .exe/MyPass
  36.  
  37. This would cause all programs with the extention .EXE to require the password
  38. MyPass. No DOS wildcards are recognized.  Each program can use a different
  39. password.
  40.  
  41. You can also specify a MASTER password if desired.  To do this the first line
  42. of the EXEPRO.DAT file MUST read as follows:
  43.  
  44.      GLOBAL=password
  45.  
  46. Where password is the master password you want to use.
  47.  
  48. A typical EXEPRO.DAT file would look like the following:
  49.  
  50.      GLOBAL=HILLBILLY    ( Master password if HILLBILLY )
  51.      dbase.com/pass      ( dBase requires the password PASS )
  52.      123.exe/bobsmith    ( Lotus 123 requires the password BOBSMITH )
  53.      D:\/HELPME          ( ALL programs on D: will require a password )
  54.      \DOS\/PASS          ( ALL programs the DOS directory will need password )
  55.      backup.exe/         ( Backup will not run.  Master password WILL run)
  56.      restore.exe/        ( Restore will not run.  Master password WILL run)
  57.  
  58. In this example, if the master password was not specified, BACKUP.EXE and
  59. RESTORE.EXE would not run, and no password prompt would be seen.
  60.  
  61. With ExecProtect you can easilly keep executable programs from being run
  62. without authorization on a file level, directory level, or drive level.
  63.  
  64. NOTE: ExecProtect does not guard against access to data files. Only executable
  65. programs!
  66.  
  67. After creating the EXEPRO.DAT file, you can hide it from prying eyes by
  68. typing the following at the DOS prompt:
  69.  
  70.      ATTRIB EXEPRO.DAT +r +h
  71.  
  72. This will make the file a HIDDEN and READ ONLY file.  To reverse the process
  73. so you can edit the file type:
  74.  
  75.      ATTRIB EXEPRO.DAT -r -h
  76.  
  77. To run ExecProtect, after you have created your EXEPRO.DAT file, simply type
  78. EXEPRO.
  79.  
  80. You can see the runtime options by typing EXEPRO /?.  The QUIET mode is not
  81. functional in the TEST DRIVE version.  The TEST DRIVE version also displays
  82. a message upon loading and requests a key press.  This is to encourage you
  83. to register the program if you are qoing to use it on a regular basis.
  84.  
  85. Registered users will receive the latest version, without the TEST DRIVE
  86. annoyances. Additionally, the registered version allows you to specify the
  87. user file name (equalivilant to EXEPRO.DAT) and its location.  This option
  88. will allow the use of many different user files if desired.
  89.  
  90.  
  91.                    Test Drive License and Information
  92.  
  93. You may use this program for 30 days as a TEST DRIVE product. If you continue
  94. to use the program after that 30 day period, you are required to register.
  95.  
  96. DISK VENDORS and BBS OPERATORS.  You are free to distribute this program
  97. in any form as long as it is unmodified, includes this README file, and no
  98. fee in excess of $10.00 is charged.
  99.  
  100.  
  101.                        ExecProtect Order Form
  102.  
  103.  
  104. ______ ExecProtect single user license ................. $  30.00  $ ______
  105.  
  106. ______ ExecProtect network server license .............. $ 150.00  $ ______
  107.  
  108. ______ ExecProtect site license ( per 50 users ) ....... $ 250.00  $ ______
  109.  
  110. California orders please add Sales Tax .................... 7.75%  $ ______
  111.  
  112.  
  113.            ALL ORDERS SHIPPED 2nd DAY AIR...  Shipping & Handling  $   4.00
  114.  
  115.  
  116.                                                             Total  $ ______
  117.                                              
  118.  
  119.                      Approved purchase orders accepted.
  120.  
  121.                          ORDER LINE: 1-800-388-2761
  122.  
  123.  
  124.   Name / Contact: _____________________________________________________
  125.  
  126.   Company: ____________________________________________________________
  127.  
  128.   Address: ____________________________________________________________
  129.  
  130.          : ____________________________________________________________
  131.  
  132.          : ____________________________________________________________
  133.  
  134.     Phone: ______________________________ FAX: ________________________
  135.  
  136.  
  137.                  Please complete and mail with payment:
  138.  
  139.                               Solid Oak Software
  140.                                  P.O. Box 6826
  141.                            Santa Barbara, CA 93160
  142.                         805-568-5414  FAX 805-568-5419
  143.